home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4352 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  602 b 

  1. Path: galaxy.ucr.edu!not-for-mail
  2. From: dtrapp@cs.ucr.edu (Darren Lee Trapp)
  3. Newsgroups: comp.lang.c++
  4. Subject: MS Visual C++ 2.0 Name Mangling
  5. Date: 29 Jan 1996 22:10:39 GMT
  6. Organization: University of California, Riverside
  7. Message-ID: <4ejgkv$60t@galaxy.ucr.edu>
  8. NNTP-Posting-Host: cs.ucr.edu
  9. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  10.  
  11. I am trying to prevent MS Visual C++ 2.0 from mangling names when linking
  12. to a .lib file.  I have tried selecting '_fastcall' code generation but 
  13. the linker still is looking for '_name@0'.  
  14.  
  15. Any ideas would be appreciated.
  16.  
  17. Mail replys to 
  18.  
  19. dtrapp@cs.ucr.edu
  20.  
  21.